home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / save.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  690 b   |  19 lines

  1. extern int initGetPixel(commonInfo *cinf);
  2. extern void resetPixel(unsigned char **, int);
  3. extern int getPixel(int *, int *, int *);
  4. extern int getPixelA(int *);
  5. extern int getPalPixel(int *, int *, int *);
  6.  
  7. extern int saveBmpbmap(FILE *, commonInfo *, int, paltype *, unsigned char **);
  8. extern void GIFEncode( FILE *, commonInfo *, int, paltype *);
  9.  
  10. extern int ppmwrite(FILE *, commonInfo *, unsigned char **);
  11.  
  12. extern int getAllColor(int *, unsigned char **);
  13. extern int getAllPalColor(void);
  14. extern int reduce_bright(int *, float *, unsigned char **);
  15. extern paltype *get256map(int *);
  16. extern paltype *getNormalmap(int *);
  17. extern void free256map(void);
  18. extern int mapping(int, int, int);
  19.